home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00093.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  214 b   |  11 lines

  1. on exitFrame
  2.   global gPlayBoolean
  3.   if (gPlayBoolean = 1) and (the timer > 120) and (soundBusy(1) = 0) then
  4.     set the timer to 0
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.     trafficRollover()
  9.   end if
  10. end
  11.